projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
609c36f
)
Comment changes.
author
Erik Naggum
<erik@naggum.no>
Tue, 17 Sep 1996 17:49:23 +0000
(17:49 +0000)
committer
Erik Naggum
<erik@naggum.no>
Tue, 17 Sep 1996 17:49:23 +0000
(17:49 +0000)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index 2f0cc0e812e0407646621e5094dc24d024156114..9f79ee5aa6ce93b5c99dbad6333503983f111d26 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-1522,7
+1522,7
@@
Garbage collection happens automatically if you cons more than\n\
gc_in_progress = 1;
-
/* clear_marks ();
*/
+
/* clear_marks ();
*/
/* In each "large string", set the MARKBIT of the size field.
That enables mark_object to recognize them. */
@@
-1603,7
+1603,7
@@
Garbage collection happens automatically if you cons more than\n\
XUNMARK (buffer_defaults.name);
XUNMARK (buffer_local_symbols.name);
-
/*
clear_marks (); */
+
/*
clear_marks (); */
gc_in_progress = 0;
consing_since_gc = 0;